home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / mp3 / GMP3 / GMP3.exe / 0 / RCDATA / TBITMAPPROPEDIT / TBITMAPPROPEDIT.txt
Encoding:
Text File  |  1998-05-24  |  4.1 KB  |  130 lines

  1. object BitmapPropEdit: TBitmapPropEdit
  2.   Left = 296
  3.   Top = 224
  4.   Width = 341
  5.   Height = 264
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'BitmapPropEdit'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 252
  17.     Top = 0
  18.     Width = 81
  19.     Height = 237
  20.     Align = alRight
  21.     TabOrder = 0
  22.     object PEDOKButton: TBitBtn
  23.       Left = 3
  24.       Top = 172
  25.       Width = 75
  26.       Height = 25
  27.       Caption = 'Ok'
  28.       Default = True
  29.       Enabled = False
  30.       ModalResult = 1
  31.       TabOrder = 0
  32.       OnClick = PEDOKButtonClick
  33.       NumGlyphs = 2
  34.     end
  35.     object PEDCancelButton: TBitBtn
  36.       Left = 3
  37.       Top = 204
  38.       Width = 75
  39.       Height = 25
  40.       Cancel = True
  41.       Caption = 'Cancel'
  42.       ModalResult = 2
  43.       TabOrder = 1
  44.       NumGlyphs = 2
  45.     end
  46.     object SaveButton: TBitBtn
  47.       Left = 3
  48.       Top = 5
  49.       Width = 75
  50.       Height = 24
  51.       Caption = 'Save'
  52.       TabOrder = 2
  53.       OnClick = SaveButtonClick
  54.       Glyph.Data = {
  55.         76010000424D7601000000000000760000002800000020000000100000000100
  56.         04000000000000010000130B0000130B00001000000000000000000000000000
  57.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  58.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  59.         7700333333337777777733333333008088003333333377F73377333333330088
  60.         88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  61.         000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  62.         FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  63.         99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  64.         99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  65.         99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  66.         93337FFFF7737777733300000033333333337777773333333333}
  67.       NumGlyphs = 2
  68.     end
  69.     object LoadButton: TBitBtn
  70.       Left = 3
  71.       Top = 37
  72.       Width = 75
  73.       Height = 24
  74.       Caption = 'Load'
  75.       TabOrder = 3
  76.       OnClick = LoadButtonClick
  77.       Glyph.Data = {
  78.         76010000424D7601000000000000760000002800000020000000100000000100
  79.         04000000000000010000130B0000130B00001000000000000000000000000000
  80.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  81.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  82.         333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  83.         0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  84.         07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  85.         07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  86.         0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  87.         33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  88.         B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  89.         3BB33773333773333773B333333B3333333B7333333733333337}
  90.       NumGlyphs = 2
  91.     end
  92.   end
  93.   object Panel2: TPanel
  94.     Left = 0
  95.     Top = 0
  96.     Width = 252
  97.     Height = 237
  98.     Align = alClient
  99.     BorderWidth = 20
  100.     BorderStyle = bsSingle
  101.     TabOrder = 1
  102.     object Image1: TImage
  103.       Left = 21
  104.       Top = 21
  105.       Width = 206
  106.       Height = 191
  107.       Align = alClient
  108.       Center = True
  109.     end
  110.   end
  111.   object OpenPictureDialog1: TOpenPictureDialog
  112.     Filter = 
  113.       'All (*.dib;*.gif;*.bmp;*.ico;*.emf;*.wmf)|*.dib;*.gif;*.bmp;*.ic' +
  114.       'o;*.emf;*.wmf|Device Independent Bitmap (*.dib)|*.dib|CompuServe' +
  115.       ' GIF Image (*.gif)|*.gif|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.i' +
  116.       'co|Enhanced Metafiles (*.emf)|*.emf|Metafiles (*.wmf)|*.wmf'
  117.     Left = 276
  118.     Top = 96
  119.   end
  120.   object SavePictureDialog1: TSavePictureDialog
  121.     Filter = 
  122.       'All (*.dib;*.gif;*.bmp;*.ico;*.emf;*.wmf)|*.dib;*.gif;*.bmp;*.ic' +
  123.       'o;*.emf;*.wmf|Device Independent Bitmap (*.dib)|*.dib|CompuServe' +
  124.       ' GIF Image (*.gif)|*.gif|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.i' +
  125.       'co|Enhanced Metafiles (*.emf)|*.emf|Metafiles (*.wmf)|*.wmf'
  126.     Left = 276
  127.     Top = 128
  128.   end
  129. end
  130.